wayland/popup: Remove unnecessary checks when mapping popup
authorJonas Ådahl <jadahl@gmail.com>
Sat, 22 Feb 2020 19:08:37 +0000 (20:08 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Sat, 22 Feb 2020 19:08:37 +0000 (20:08 +0100)
commit71323a8b48f6f99798ca0090e1de76ad8e0a6cb3
tree37fece51e2e08ae87327f452eb7abef5d3aacafe
parent3eea9f3e797d04c91028d7ae4a30c18bfbfc5872
wayland/popup: Remove unnecessary checks when mapping popup

We only call this when we're not already mapped so don't check that. We
also only call this when we should be mapped so don't check that either.
gdk/wayland/gdksurface-wayland.c